home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0457.ZIP / CONFIG.ROS < prev    next >
Text File  |  1987-03-01  |  6KB  |  110 lines

  1. ; This file describes the configurable parameters for ROS.  Each parameter
  2. ; has a default value that will be used unless changed here.  The original
  3. ; version of this file, lists all the possible paramters and their default
  4. ; values.
  5. ;
  6. SysName        Albuquerque ROS    ; System name
  7. HDPark         1                  ; Number of hard disk drives to park
  8.                                   ;   when idling [0..2]
  9. TimeoutShort   60                 ; Short timeout in seconds
  10. TimeoutLong    300                ; Long timeout in seconds
  11. DefAcc         10                 ; New user access level
  12. RegAcc         11                 ; Registered user access level
  13. ValAcc         20                 ; Validated user access level
  14. DirAcc         20                 ; System directory access level.  File areas
  15.                                   ;   with this access level or lower will be
  16.                                   ;   included in the system directory.
  17.                                   ;   Normally this will be the same as
  18.                                   ;   "ValAcc" (above) but there may be
  19.                                   ;   special situations which require this
  20.                                   ;   flexibility.
  21. AltSysop       250                ; Alternate sysop access level
  22. PriSysop       255                ; Primary sysop access level
  23. LPDAcc         250                ; The time limit is per day for users below
  24.                                   ; this access level.  At or above this
  25.                                   ; level, the limit is per call.
  26. DefTime        15                 ; Default time limit
  27. ValTime        45                 ; Time limit for validated users
  28. DefChars       80                 ; Default characters per line
  29. DefLines       23                 ; Default lines per page
  30. DefMsgArea     POST               ; Default message area
  31. DefFilArea     LOGIN              ; Default file area
  32. ChatStart      19                 ; Chat hours - start
  33. ChatEnd        22                 ;            - end
  34. Fence          |                  ; Character between directory columns
  35. UnvDays        7                  ; Days to retain unvalidated user
  36. ValDays        30                 ; Days to retain validated user
  37. ReadDays       10                 ; Days to retain read, undeleted messages
  38. UnrdDays       90                 ; Days to retain unread, undeleted messages
  39. MaxTries       3                  ; Max number of tries for password
  40. ;
  41. ComPort        1                  ; Port 1 or 2
  42. ComParity      N                  ; N => None; E => Even; O => Odd
  43. ComLength      8                  ; Character length
  44. ComStop        1                  ; Number of stop bits
  45. ;
  46. ; In the following modem command strings, "{" sends a carriage return to
  47. ; the modem and "~" delays for 1/2 second before continuing.  For example,
  48. ; "~~~+++" delays for 1 1/2 seconds, and then sends "+++" to the modem.
  49. ; Command strings may be up to 40 characters long, responses may be as long
  50. ; as 12 characters.
  51. ;
  52. CmndReset      AT Z{              ; Modem reset string - sent ONCE at startup
  53. RespReset      OK
  54. WaitReset      4
  55. ;  Modem initialization string - sent before EACH CALL
  56. ;
  57. ;  The following simple initialization string should work on most modems:
  58. ;
  59. ;              |get attention
  60. ;              |  |echo commands
  61. ;              |  |  |ensure phone hung up
  62. ;              |  |  |  |return result codes
  63. ;              |  |  |  |  |disable auto answer
  64. ;              |  |  |  |  |    |verbose result codes
  65. ;              |  |  |  |  |    |  |extended commands }
  66. ;CmndInit       AT E1 H0 Q0 S0=0 V1 X4{
  67. ;
  68. ;  The following initialization string is for more sophisticated modems:
  69. ;
  70. ;              |get attention
  71. ;              |  |echo commands
  72. ;              |  |  |ensure phone hung up
  73. ;              |  |  |  |return result codes
  74. ;              |  |  |  |  |disable auto answer
  75. ;              |  |  |  |  |    |time to wait for DCD
  76. ;              |  |  |  |  |    |     |return verbose result codes
  77. ;              |  |  |  |  |    |     |  |extended command set
  78. ;              |  |  |  |  |    |     |  |  |speaker off }
  79. CmndInit       AT E1 H0 Q0 S0=0 S7=30 V1 X6 M0{
  80. RespInit       OK                 ; Response if successful
  81. WaitInit       5                  ; Seconds to wait for success
  82. CmndBusy       AT H1{             ; Make line busy
  83. RespBusy       OK                 ; Response if successful
  84. WaitBusy       5                  ; Seconds to wait for success
  85. CmndLocal      ~~~+++             ; Return modem to local mode
  86. RespLocal      OK                 ; Response if successful
  87. WaitLocal      5                  ; Seconds to wait for success
  88. CmndHangup     AT H{              ; Disconnect
  89. RespHangup     OK                 ; Response if successful
  90. WaitHangup     5                  ; Seconds to wait for success
  91. RespRing       RING               ; Ring signal detected
  92. WaitRing       2                  ; Seconds to wait for success
  93. CmndAnswer     AT A{              ; Answer call
  94. RespAnswer                        ; Response if successful
  95. ;  Some modems respond with "OFF HOOK" when issued the command "ATA".  Those
  96. ;  that do may need the following definition:
  97. ;RespAnswer     OFF HOOK           ; Response if successful
  98. WaitAnswer     5                  ; Seconds to wait for success
  99. ;  ROS supports up to 3 baud rates.  The first rate listed below will be
  100. ;  the rate used for off-line communication with the modem.  Normally it
  101. ;  should be the fastest speed your modem can handle.
  102. RespConnect    CONNECT 2400       ; 2400 baud connect message
  103. RateConnect    2400               ; Rate to set for this message
  104. RespConnect    CONNECT 1200       ; 1200 baud connect message
  105. RateConnect    1200               ; Rate to set for this message
  106. RespConnect    CONNECT            ; 300 baud connect message
  107. RateConnect    300                ; Rate to set for this message
  108. WaitConnect    35                 ; Seconds to wait for success
  109. RespError      ERROR              ; Error in command execution
  110.